projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a661555
)
; * lisp/files.el (basic-save-buffer-2): Fix typo.
author
Philipp Stephani
<phst@google.com>
Mon, 11 Sep 2017 20:11:41 +0000
(22:11 +0200)
committer
Philipp Stephani
<phst@google.com>
Mon, 11 Sep 2017 20:13:04 +0000
(22:13 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 611a4c5a6fca66c11b021b6c32f3646ac501b947..de9fab8d32ea19a9f3ab638d0eeab802c9a1764f 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-5080,7
+5080,7
@@
Before and after saving the buffer, this function runs
(progn
;; Pass in nil&nil rather than point-min&max to indicate
;; we're saving the buffer rather than just a region.
- ;; write-region-annotate-functions may make us of it.
+ ;; write-region-annotate-functions may make us
e
of it.
(write-region nil nil
buffer-file-name nil t buffer-file-truename)
(when save-silently (message nil))